/* @Public head
----------------------------------------------------------------------------------------*/
#header{
	height:87px;
	background:url(../images/headBg.png) left top repeat-x;
}
#header h1{
	width:420px;
	height:87px;
	background:url(../images/logo.png) 6px center no-repeat;
	text-indent:-100000em;
	float:left;
}
#header .logo11{
      display: inline-block;
      margin-top:12px
}
#header .logo11 .logo111{
        margin-right:15px
}
#header .wrap{
	width:280px;
	height:87px;
	float:right;
}

#header .lng{
	width:91px;
	height:22px;
	background:#bd1e1c;
	margin-left:170px;
	text-align:center;
	line-height:22px;
	font-size:12px;
	color:#fff;
}
#header .lng a{
	color:#fff;
}
#header .lng a:hover{
	text-decoration:underline;
}
#header .phone{
	width:225px;
	height:40px;
	margin-top:5px;
	padding-left:55px;
	background:url(../images/phoneIcon.png) 15px center no-repeat;
}
#header .phone h2{
	font-size:12px;
	color:#666;
	line-height:12px;
	font-family:'宋体';
}
#header .phone h3{
	font-size:18px;
	color:#666;
	font-weight:bold;
	line-height:18px;
	margin-top:7px;
}
#nav{
	height:42px;
	background:url(../images/navBg.png) left top repeat-x;
	font-size:0;
}
#nav ul{
	display:inline-block;
	vertical-align:top;
}
#nav ul .col_li{
	display:inline-block;
	/*height:42px;*/
	vertical-align:top;
	position: relative;
}
#nav ul li .column{
	font-size:14px;
	color:#fff;
	padding:0 22px;
	line-height:42px;
	text-align:center;
}
#nav ul .col_li li{
	display: block;
}
#nav .col_li  ul{
	position: absolute;
	left: 0;
	top: 42px;
	width: 100px;
	/*height: 100px;*/
	z-index: 10000000;
	display: none;
	background-color:#8f1016;
	/*float: left;*/
	
}
#nav .sub_col a{
	display: block;
	color: green;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}




#nav form{
	display:inline-block;
	border:#e3bebd 1px solid;
	width:140px;
	height:25px;
	background:#fff;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	margin-top:7px;
	font-size:0;
	vertical-align:top;
}
#nav input[type=text]{
	width:92px;
	height:25px;
	border:none;
	background:none;
	font-size:12px;
	color:#999;
	padding-left:18px;
	vertical-align:top;
}
#nav input[type=image]{
	margin-top:5px;
	margin-left:5px;
	vertical-align:top;
}
/* @Public footer
----------------------------------------------------------------------------------------*/
#footer{
	height:116px;
	background:#525252;
	box-shadow:0 0 8px 0 #e7e7e7;
	margin-top:43px;
	font-size:0;
	padding-top:31px;
}
#footer .left{
	display:inline-block;
	height:49px;
	padding-left:120px;
	background:url(../images/logoFooter.png) 24px top no-repeat;
	font-size:0;
	vertical-align:top;
}
#footer .left h1{
	display:inline-block;
	line-height:25px;
	font-size:12px;
	color:#a6a6a6;
	vertical-align:top;
}
#footer .left a{
	color:#a6a6a6;
}
#footer .right{
	display:inline-block;
	height:49px;
	padding-left:105px;
}
#footer .right h1{
	display:inline-block;
	line-height:25px;
	font-size:12px;
	color:#a6a6a6;
	vertical-align:top;
}
/* @index
----------------------------------------------------------------------------------------*/
/*public*/
.leftArea{
	width:779px;
	float:left;
}
.rightArea{
	width:274px;
	float:right;
}
.titleIndex{
	background:url(../images/titleBg2.png) left bottom repeat-x;
	height:32px;
}
.titleIndex h1{
	text-indent:7px;
	background:url(../images/titleBg1.png) left center no-repeat;
	font-size:16px;
	color:#333333;
	line-height:29px;
}
.titleIndex span.en{
	font-size:12px;
	color:#999999;
	font-family:Arial;
}
.titleIndex a.more{
	font-size:12px;
	color:#999999;
	float:right;
}
.titleIndex.ex{
	height:40px !important;
}
.titleIndex.ex h1{
	line-height:37px !important;
}
/*banner*/
#banner{
	width:1920px;
}
.swiper-container {
	height:445px;
}
/*news*/
#news{
	margin-bottom:15px;
}
#news img{
	display:block;
	padding:0 17px 0 2px;
	float:left;
}
#news .wrap{
	width:490px;
	float:left;
}
#news a.item{
	display:block;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#666666;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
}
#news span.time{
	font-size:12px;
	color:#999999;
	float:right;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
}
#news .item:hover{
	font-size:14px;
	color:#ba1817;
	text-decoration:none;
}
#news .item:hover .time{
	font-size:14px;
	color:#ba1817;
}
/*products*/
#products{
	margin-bottom:15px;
	padding-left:2px;
}
#products .wrap{
	padding-top:19px;
}
#products .wrap .boxL{
	padding-left:3px;
	width:162px;
	float:left;
}
#products .wrap .boxL ul li{
	width:162px;
	height:55px;
	margin-bottom:1px;
}
#products .wrap .boxL ul li a:hover{
	text-decoration:none;
}
#products .wrap .boxL ul li .box{
	width:120px;
	height:30px;
	padding:14px 23px 11px 14px;
	background:#e1e1e1;
}
#products .wrap .boxL ul li .box .b1{
	width:22px;
	height:30px;
	float:left;
	background:url(../images/miehuooff.png) left top no-repeat;
}
#products .wrap .boxL ul li .box .line{
	width:0;
	height:13px;
	margin-top:8px;
	float:left;
	border-right:1px #a3a3a3 dotted;
}
#products .wrap .boxL ul li .box .text{
	width:91px;
	height:30px;
	padding-left:6px;
	float:left;
}
#products .wrap .boxL ul li .box .text p{
	font-size:12px;
	line-height:18px;
	color:#878787;
	margin-top:-4px;
}
#products .wrap .boxL ul li.hover{
	background:url(../images/arrowPro.png) right center no-repeat;
}
#products .wrap .boxL ul li.hover .box{
	background:#ba171a;
}
#products .wrap .boxL ul li.hover .b1{
	background-image:url(../images/miehuoon.png) !important;
}
#products .wrap .boxL ul li.hover .line{
	border-color:#fff !important;
}
#products .wrap .boxL ul li.hover p{
	color:#fff !important;
}
#products .wrap .boxL .more{
	width:157px;
	height:55px;
	background:url(../images/more.png) center center no-repeat, #e1e1e1;
}
#products .wrap .boxL .more a{
	display:block;
	width:157px;
	height:55px;
}
#products .wrap .boxL .more:hover{
	background:url(../images/moreOn.png) center center no-repeat,#ba171a;
}
#products .wrap .boxR{
	width:607px;
	height:273px;
	float:right;
	overflow:hidden;
}
#products .wrap .boxR ul li{
	width:183px;
	height:123px;
	float:left;
	border:#dddddd 1px solid;
	position:relative;
	overflow:hidden;
	margin-right:26px;
	margin-bottom:23px;
}
#products .wrap .boxR ul li .mask{
	width:183px;
	height:123px;
	position:absolute;
	top:123px;
	left:0;
	background:rgba(0,0,0,0.55);
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
	text-align:center;
}
#products .wrap .boxR ul li:hover .mask{
	top:0;
}
#products .wrap .boxR ul li .mask h2{
	display:inline-block;
	line-height:22px;
	border-bottom:1px dotted #fff;
	font-family:Arial;
	margin-top:43px;
	font-size:12px;
	color:#fff;
}
#products .wrap .boxR ul li .mask h3{
	line-height:22px;
	font-size:12px;
	color:#fff;
}
/*honor*/
#honor{
	margin-bottom:31px;
}
#honor .wrap{
	width:780px;
	height:122px;
	padding-top:12px;
	position:relative;
}
#goLeft, #goRight{
	position:absolute;
	top:44px;
	width:33px;
	height:33px;
	cursor:pointer;
}
#goLeft{
	left:0;
	background:url(../images/arrowLeft2.png) left top no-repeat;
}
#goRight{
	right:0;
	background:url(../images/arrowRight2.png) left top no-repeat;
}
#honor ul.box{
	width:780px;
	height:122px;
}
#honor ul.box li{
	width:195px;
	height:122px;
	float:left;
}
#honor ul.box li img{
	display:block;
	width:179px;
	height:120px;
	margin:0 auto;
	border:1px solid #dddddd;
}
/*bannerdown*/
img.bannerDown{
	display:block;
	width:100%;
}
/*about*/
#about{
	margin-bottom:14px;
	height:208px;
}
#about p{
	font-size:12px;
	color:#666666;
	line-height:28px;
	padding-left:8px;
	margin-top:4px;
}
/*video*/
#video{
	width:270px;
	height:160px;
	margin-left:4px;
	padding-top:19px;
	padding-bottom:10px;
}
/*case*/
#case{
	padding:13px 0 10px 6px;
	width:267px;
	height:233px;
	overflow:hidden;
}
#case li{
	width:126px;
	height:110px;
	float:left;
	position:relative;
	margin-right:15px;
	margin-bottom:13px;
}
#case li h1{
	height:25px;
	background:rgba(0,0,0,0.7);
	line-height:25px;
	font-size:12px;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	padding:0 10px;
	width:106px;
}
/*yuanshi*/
#yuanshi{
	padding:10px 0 0 6px;
	width:267px;
	height:92px;
}
#yuanshi li{
	width:126px;
	height:92px;
	margin-right:15px;
	float:left;
}
/*link*/
#link{
	width:1072px;
	padding-top:7px;
	margin:0 auto;
}
#link li{
	width:140px;
	height:48px;
	border:#dddddd 1px solid;
	margin-right:13px;
	float:left;
}
#link li img{
	display:block;
}
/* @inside
----------------------------------------------------------------------------------------*/
#bannerInside{
	height:180px;
	overflow:hidden;
	position:relative;
}
#bannerInside img{
	display:block;
	width:1920px;
	height:180px;
	position:relative;
	left:50%;
	margin-left:-960px;
}
/*left inside*/
#leftin{
	width:274px;
	float:left;
	margin-top:-42px;
	position:relative;
	z-index:18;
}
#leftin .title{
	height:80px;
	background:url(../images/titleInsideBg.png) left center no-repeat;
	box-shadow:#d5d5d5 0 0 5px 0;
}
#leftin .title p{
	font-size:14px;
	color:#979797;
	line-height:14px;
	text-align:center;
	padding-top:22px;
	text-transform:uppercase;
}
#leftin .title h2{
	font-size:20px;
	color:#333333;
	text-align:center;
	margin-top:8px;
	line-height:20px;
}
#leftin ul.pr {
	border:#e7e7e7 1px solid;
	border-bottom:none;
}
#leftin ul.pr li{
	border-bottom:#e7e7e7 1px solid;
	width:272px;
	height:53px;
}
#leftin ul.pr li a{
	display:block;
	width:105px;
	height:43px;
	padding-left:90px;
	padding-right:75px;
	padding-top:10px;
	font-size:14px;
	color:#333333;
	border-left:#fff solid 2px;
	line-height:16px;
}
#leftin ul.pr li a:hover, #leftin ul.pr li a.hover{
	background:#efefef;
	border-left-color:#ba1816;
	text-decoration:none;
}
#leftin ul.ot{
	border:#e7e7e7 1px solid;
	border-bottom:none;
}
#leftin ul.ot li{
	border-bottom:#e7e7e7 1px solid;
	width:272px;
	/*height:53px;*/
}
#leftin ul.ot li a{
	display:block;
	width:270px;
	height:53px;
	line-height:53px;
	text-align:center;
	font-size:14px;
	color:#333333;
	border-left:#fff solid 2px;
}
#leftin ul.ot li a:hover, #leftin ul.ot li a.hover{
	background:#efefef;
	border-left-color:#ba1816;
	text-decoration:none;
}

#leftin ul.ot .lis1{
	border-bottom: 1px solid #e7e7e7;
}
#leftin ul.ot .type_1{
	text-align: left;
	padding-left: 40px;
	width: 230px;
	font-weight: bold;
}

#leftin ul.ot .type_2 li{
	height:30px;
	border-top: 1px solid #e7e7e7;
	border-bottom: none;
}
#leftin ul.ot .type_2 a{
	line-height: 30px;
	height:30px;
	text-align: left;
	padding-left: 80px;
	width: 190px;
}







/*right inside*/
#rightin{
	width:778px;
	float:right;
	padding-top:8px;
}
#rightin .title{
	height:30px;
	border-bottom:#d7d7d7 1px solid;
	text-align:left;
}
#rightin .title p{
	display:inline-block;
	background:url(../images/home.png) left center no-repeat; 
	line-height:30px;
	font-size:12px;
	color:#666666;
	text-indent:20px;
}
#rightin .title a{
	color:#666666;
}
#rightin .title a:hover{
	color:#ba1816;
	text-decoration:none;
}
/*products*/
#proIn ul{
	width:768px;
	margin-left:7px;
}
#proIn li{
	width:242px;
	margin-top:25px;
	margin-right:21px;
	float:left;
}
#proIn li img{
	width:242px;
	display:block;
	height:187px;
}
#proIn li h1{
	font-size:14px;
	color:#333;
	line-height:14px;
	margin-top:14px;
}
#proIn li a{
	font-size:12px;
	color:#666666;
	line-height:12px;
	margin-top:9px;
}
/*products detail*/
#proD .header{
	border-bottom:1px dotted #999999;
	margin-bottom:40px;
}
#proD .header h1{
	font-size:16px;
	color:#333333;
	line-height:16px;
	padding-top:36px;
	padding-bottom:20px;
	text-align:center;
}
#proD .header h2{
	font-size:12px;
	color:#666666;
	line-height:12px;
	padding-bottom:10px;
	text-align:center;
}
#proD .main{
	width:680px;
	margin:0 auto;
}
#proD .main img{
	display:block;
	width:100%;
	margin-bottom:60px;
}
#proD .main  h1{
	font-size:14px;
	color:#333333;
	margin-bottom:10px;
	line-height:22px;
}
#proD .main p{
	font-size:14px;
	color:#333;
	line-height:25px;
}
/*case*/
#caseIn ul{
	width:768px;
	margin-left:7px;
}
#caseIn li{
	width:242px;
	margin-top:25px;
	margin-right:21px;
	float:left;
}
#caseIn li img{
	width:242px;
	display:block;
	height:187px;
}
#caseIn li h1{
	font-size:14px;
	color:#333;
	line-height:14px;
	margin-top:14px;
}
#caseIn li a:hover{
	text-decoration:none;
}
/*news*/

#newsIn ul{
	padding-top:10px;
}
#newsIn li{
	height:42px;
	border-bottom:#bdbdbd 1px dotted;
}
#newsIn li a{
	display:block;
	line-height:42px;
	font-size:12px;
	color:#333333;
}
#newsIn li a:hover{
	text-decoration:none;
	color:#bd1e1c;
}
#newsIn li span{
	font-size:12px;
	color:#999999;
	float:right;
}
/*newsD*/
#newsD .header{
	border-bottom:1px dotted #999999;
	width:680px;
	margin:0 auto 20px auto;
}
#newsD .header h1{
	font-size:16px;
	color:#333333;
	line-height:16px;
	padding-top:36px;
	padding-bottom:15px;
	text-align:center;
}
#newsD .header h2{
	font-size:12px;
	color:#666666;
	line-height:12px;
	padding-bottom:15px;
	text-align:center;
}
#newsD .main{
	width:680px;
	margin:0 auto;
}
#newsD .main p{
	font-size:14px;
	color:#333333;
	line-height:28px;
	margin-bottom:10px;
}
#newsD .main img{
	display:block;
	max-width:100%;
}
/*about*/
#aboutIn{
	width:750px;
	padding-top:20px;
	margin:0 auto;
}
#aboutIn img{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	max-width:100%;
	margin:0 auto;
}
#aboutIn p{
	font-size:14px;
	color:#333333;
	line-height:28px;
	margin-bottom:10px;
}
/*contact*/
#contact{
	width:750px;
	padding-top:20px;
	margin:0 auto;
}
#contact .main{
	width:370px;
	border-bottom:#666666 1px dashed;
	padding-top:30px;
}
#contact .main h1{
	font-size:18px;
	color:#333;
	line-height:18px;
}
#contact .main h2{
	font-size:12px;
	color:#999999;
	line-height:28px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#contact .main p{
	font-size:12px;
	color:#333333;
	line-height:32px;
}
#contact h6{
	font-size:14px;
	color:#d40000;
	line-height:22px;
	padding-left:16px;
}



/*下载中心*/

#down ul{
	padding-top:10px;
}
#down li{
	height:42px;
	border-bottom:#bdbdbd 1px dotted;
}
#down li p{
	line-height:42px;
	font-size:12px;
	color:#333333;
}
#down li a:hover{
	text-decoration:none;
	color:#bd1e1c;
}
#down li a{
	font-size:12px;
	color:#999999;
	float:right;
	width: 150px;
	height: 39px;
	background: url(../images/dl.png) no-repeat center;
}


/*产品咨询*/



.manager{
  margin-top: 42px;
  /*border-top: 1px solid #cccccc;*/
  padding-top: 40px;
}

.manager p input{
    line-height: 42px;
    padding-left: 20px;
    font-size: 14px;
    width: 350px;
    margin-right: 32px;
    border: 1px solid #cccccc;

}
.manager .man_list .mr0{
    margin-right: 0;
}
.manager p{
    margin-bottom: 30px;
}
.manager textarea{
    width: 756px;
    padding: 12px 0;
    padding-left: 20px;
    font-size: 14px;
    height: 106px;
    font-family: "Arial";
    border: 1px solid #cccccc;
    outline-style: none;
}

.manager .sub input{
    width: 140px;
    line-height: 46px;
    background-color: #899aaa;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
}
.manager .sub input:hover{
    background-color: #bd1e1c;
       -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.manager .tit{
	font-size: 14px;
	color: #fff;
	background-color: #bd1e1c;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
}


/*客服咨询*/


.aside{
	position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 225px;
    z-index: 100;
}


.aside ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}
.aside ul li .side1{
	background: url(../images/side_icon04.png) no-repeat center left;
}
.aside ul li .side2{
	background: url(../images/side_icon02.png) no-repeat center left;
}
.aside ul li .side3{
	background: url(../images/side_icon05.png) no-repeat center left;
}
.aside ul li .side,
.aside ul li .sidebox {
	display: block;
    position: absolute;
    padding-left: 56px;
    width: 80px;
    height: 54px;
    top: 0;
    right: -82px;
    transition: all 0.3s;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    /*overflow: hidden;*/
    text-decoration: none;
}
.aside ul li .sidebox:hover{
	background-color: #8f1016;
	right: 0;
}

.aside ul li .side:hover{
	background-color: #8f1016;
	
}


/*招聘*/


.join{
    padding-bottom: 70px;
   	padding-top: 20px;
}
.join table{
    width: 830px;
    margin: 0 auto;
    font-size:12px; 
    text-align: center;
    line-height:35px;
    background: #fff;
}
.join a{
    color: #333;
}
.join a:hover{
    color: #bd1e1c;
}
.join tr{
    border-color:#fff;
}
.join td{
    width: 20%;
    height: 35px;
    border-color:#fff;
}
.join thead tr{
    background:#bd1e1c;
    color: #fff;
    font-weight: bold;
}
.join tbody tr:nth-child(2n) td{
    background-color:#f5ffcc;
}
.join tbody tr:nth-child(2n+1) td{
    background-color:#f5f5f5;
    color:#333;
}


.join_read{
	padding-top: 40px;
}